﻿/* Estilos para ISI */

#banner {
    background: url('/Personas/Paginas/tarjetas/content-sections/gnial-viejo/img/bg-arena1440x450.png') no-repeat;
    background-size: cover;
    min-height: 450px;
}

.ctaTagOverviewBoton{
    text-align: center;
}

#banner.rellenoY {
    padding-top: 0px;
}

#banner #tituloProducto {
    margin-top: 60px;
}

#banner #descripcionBanner {
    width: 80%;
}

.cifrasGrandes {
    font-size: 70px;
}

#escaneaQR {
    background: url("/Personas/Paginas/tarjetas/content-sections/gnial-viejo/img/banner.webp") no-repeat;
    background-size: cover;
}

.detalleProducto .cuadroSombreado {
    height: 100%;
}

#escaneaQR .escaneaText {
    font-size: 37px;
}

.cuotasPopular .descripcionDetalles {
    display: flex;
    margin-right: 20px;
}

.cuotasPopular .descripcionDetalles i.fa-check {
    margin-right: 10px;
    margin-top: 10px;
}

.enlacesDescargaRequisitos a {
    margin-right: 20px;
}

/* toolltip */

/* .tooltip {
    width: 500px;
} */

.tooltipBeneficios {
    font-size: 20px;
}


/* helpers */

.alignCenter {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    #banner #descripcionBanner {
        width: 100%;
    }
}

/* Responsive xs mobile */

@media(max-width: 768px) {
    /* #banner {
        background: url('/Personas/Paginas/tarjetas/content-sections/gnial/img/Hero%20header%20Mobile.svg') no-repeat;
        background-size: cover;
    } */

    /* .tooltip {
        width: 200px;
    } */

    #banner #imgProductoMobile {
        width: 350px;
    }

    #banner.rellenoY {
        padding-top: 35px;
    }
}